home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 2123.ZIP / MENU.HLP < prev    next >
Text File  |  1988-10-15  |  10KB  |  301 lines

  1.                 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  2.                 ▌    Menus     ▐
  3.                 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  4.  
  5. There are four menus in WindE:
  6.  
  7.     ■ Text
  8.     ■ File
  9.     ■ Directory
  10.     ■ System
  11.  
  12.             THE TEXT MENU
  13.             ▀▀▀▀▀▀▀▀▀▀▀▀▀
  14. The Text Menu provides access to WindE's
  15. text functions and is popped-up by pressing
  16. the middle button of the mouse (or CTRL Y)
  17. while the Arrow is in the Text Pane of a
  18. Text Window:
  19.  
  20.   ┌────────────────────┐
  21.   │                    │ ──Title Pane
  22. ┌─┼────────────────────┴────────────────────┐
  23. │ │                                         │
  24. │ │                                         │
  25. │ │                     ╔═════════════╗     │
  26. │ │                     ║Find    ALT+F║     │
  27. │ │                     ║Copy    ALT+C║     │
  28. │ │                     ║Move    ALT+M║     │
  29. │ │                     ║Delete  ALT+D║     │
  30. │ │                     ║repLace ALT+L║     │
  31. │ │                     ║Global  ALT+G║     │
  32. │█│──Scroll Bar        ╚════════════╝     │
  33. │ │──Scroll Pane         Text Menu──┘      │
  34. └─┴────────────────────────────────────────┘
  35.                Text Pane──┘
  36.  
  37. The ALT keys listed on the right side of the
  38. menu are referred to as "Accelerator keys"
  39. and will do the same function as the pop-up
  40. menu item.
  41.  
  42. WindE may be thought of as a "Reverse Polish"
  43. editor in that the parameters must be defined
  44. before the command is issued.
  45.  
  46. The Cursor is the "where" parameter, and
  47. the Selection is the "what" parameter for
  48. most of the Text Menu functions.
  49.  
  50. FIND──WindE searches from the Cursor Position
  51. to the "find delimiter."  The find delimiter
  52. is either the end of file or a line that
  53. contains two leading carets and nothing else:
  54.  
  55. ^^
  56.  
  57. If there is a Selection, WindE searches for
  58. text that matches the Selection, otherwise,
  59. WindE searches for text that matches the
  60. contents of the Find Buffer.  The text that
  61. is found becomes the Selection and the Cursor
  62. is placed immediately following the new
  63. Selection.
  64.  
  65. COPY──If there is a Selection it is copied to
  66. the Cursor position and to the Replace
  67. Buffer, otherwise the contents of the Find
  68. Buffer is copied to the Cursor position. The
  69. copied text becomes the Selection with the
  70. Cursor positioned immediately after the new
  71. Selection.
  72.  
  73. MOVE──The Selection is moved to the Cursor
  74. position and to the Replace Buffer.  The
  75. originally selected text is deleted. Unlike
  76. COPY, MOVE only works on selected text and
  77. not on the Find Buffer.
  78.  
  79. If the Cursor is on the first character of
  80. the Selection or on the first character
  81. following the Selection, the Replace Buffer
  82. is initialized to the selected text, but the
  83. file remains unchanged.
  84.  
  85. DELETE──The selected text is deleted from the
  86. file and the Find Buffer is initialized to
  87. the original Selection.  The Replace Buffer
  88. is cleared.  After a DELETE, there is no
  89. Selection and the Cursor is positioned where
  90. the Selection originally began.
  91.  
  92. REPLACE──The Selection is replaced with the
  93. contents of the Replace Buffer.  After a
  94. REPLACE, there is no Selection and the Cursor
  95. is positioned at the end of the replacement
  96. text.
  97.  
  98. GLOBAL──Performs a series of FINDS and
  99. REPLACES until the find delimiter or end
  100. of file is reached.  The FIND and REPLACE
  101. of the GLOBAL function behave just as the
  102. FIND and REPLACE that are described above.
  103. If there is a Selection when GLOBAL executes,
  104. then the Selection will be searched for,
  105. otherwise the contents of the Find Buffer
  106. will be searched for, etc.
  107.  
  108.             THE FILE MENU
  109.             ▀▀▀▀▀▀▀▀▀▀▀▀▀
  110.  
  111. The File Menu provides access to WindE's
  112. file functions and is popped-up by pressing
  113. the middle button of the mouse (or CTRL Y)
  114. while the Arrow is in the Title Pane of a
  115. Text Window:
  116.  
  117.   ┌────────────────────┐
  118.   │ ╔══════════════╗   │ ──Title Pane
  119. ┌─┼─║Bury     ALT+B║───┴────────────────────┐
  120. │ │ ║Zoom     ALT+Z║                        │
  121. │ │ ║Reform   ALT+R║                        │
  122. │ │ ║Save     ALT+S║                        │
  123. │ │ ║close         ║                        │
  124. │ │ ║Print    ALT+P║      TEXT WINDOW       │
  125. │ │ ║Abandon  ALT+A║                        │
  126. │ │ ║Tabs     ALT+T║                        │
  127. │ │ ╚═════════════╝                        │
  128. │ │   File Menu──┘                          │
  129. │█│──Scroll Bar                            │
  130. │ │──Scroll Pane                           │
  131. └─┴────────────────────────────────────────┘
  132.                Text Pane──┘
  133.  
  134. BURY──The window is placed at the bottom of
  135. the window pile and all information that
  136. was covered by the window is exposed.
  137.  
  138. ZOOM──Toggles between full screen and a
  139. previously adjusted size.
  140.  
  141. REFORM──Replaces the window with a pair
  142. of corners.  Move the mouse until the
  143. upper-left corner is in the desired position,
  144. press any mouse button, move the mouse until
  145. the bottom-right corner is in the desired
  146. position and release the mouse button.  The
  147. window will be re-displayed with the new
  148. position and size.  This procedure is
  149. referred to as "Set Corners."
  150.  
  151. SAVE──Saves the file to disk and leaves the
  152. window in its current condition.  If there
  153. was a Selection in the file, it will be
  154. deselected.
  155.  
  156. CLOSE──The file is written to disk and the
  157. window is removed from the screen.
  158.  
  159. PRINT──The contents of the file are written
  160. to the printer.  Pressing the space bar
  161. during a print will abort the print.
  162.  
  163. ABANDON──The window is removed from the
  164. screen without writing to the disk.
  165.  
  166. TABS──Tab stops are set to the selected
  167. number.  When a window is first opened, the
  168. tab stops are set to the value specified in
  169. the winde.ini file.  Tab stops may be set
  170. to a different value in each window.
  171.  
  172. If the tab stops are set to 0, a tab (ASCII
  173. 9) character will be inserted directly into
  174. the file.
  175.  
  176.             THE DIRECTORY MENU
  177.             ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  178. The Directory Menu provides access to WindE's
  179. directory commands. It is popped-up by press-
  180. ing the middle button of the mouse (or CTRL-
  181. Y) while the Arrow is in the Text Pane of the
  182. Directory Window:
  183.  
  184.  ┌───────────────────────┐
  185.  │                       │ ──Title Pane
  186.  ├───────────────────────┴──────────────────┐
  187.  │                        ╔═══════════════╗ │
  188.  │                        ║Edit      ALT+E║ │
  189.  │                        ║directOry ALT+O║ │
  190.  │                        ╚═══════════════╝ │
  191.  │                         Directory Menu   │
  192.  │                                          │
  193.  │   DIRECTORY WINDOW                       │
  194.  │                                          │
  195.  └─────────────────────────────────────────┘
  196.    Text Pane──┘
  197.  
  198. EDIT──The selected path/filename will be
  199. opened for editing.  Depending on the setup
  200. in winde.ini, the window will open full
  201. screen or a set corners procedure will be
  202. initiated (See Reform above).
  203.  
  204. DIRECTORY──The selected pathname will be-
  205. come the default directory.  If the
  206. directory does not exist, it will be
  207. created.  The Directory Window will be
  208. redrawn with the new directory informa-
  209. tion.  Directory names must end with a
  210. back slash "\" unless you want to set a new
  211. "wild card" or "sort switch."  Example:
  212.  
  213.     ■ a:\pas\   move to \pas on A: drive
  214.     ■ pas\      move to pas below current
  215.                 directory.
  216.     ■ \pas\     move to \pas under the root
  217.                 of current drive.
  218.     ■ ..\       move back a directory
  219.     ■ .\        refresh current directory
  220.                 (if not the root)
  221.     ■ \         change to or refresh root
  222.     ■ .\*.pas   set wild card to *.pas
  223.     ■ .\/n      refresh directory without
  224.                 sorting
  225.     ■ .\/f      sort by file name
  226.     ■ .\/e      sort by extension
  227.  
  228. The last three examples are referred to as
  229. sort switches.  The sort switch, when used,
  230. must be the last two characters of the
  231. Selection.
  232.  
  233. The Selection for both EDIT and DIRECTORY
  234. must be a single line selection.  When in a
  235. Directory Window, clicking on the path/file-
  236. name will select the entire name (CRTL UU
  237. on the keyboard). If the path/filename is
  238. in a Text Window, you must select the name
  239. by placing the Arrow on the first character,
  240. pressing the right mouse button, dragging the
  241. Selection to the first character past the
  242. name and releasing the mouse button.
  243.  
  244.             THE SYSTEM MENU
  245.             ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  246. The System Menu provides access to WindE's
  247. system commands. It is popped-up by pressing
  248. the middle button of the mouse (or CTRL Y)
  249. while the Arrow is in the Title Pane of the
  250. Directory Window:
  251.  
  252.  ┌───────────────────────┐
  253.  │ ╔══════════════════╗  │ ──Title Pane
  254.  ├─║Bury         ALT+B║──┴──────────────────┐
  255.  │ ║eXit         ALT+X║                     │
  256.  │ ║Quit         ALT+Q║                     │
  257.  │ ║load *.log ALT+F09║                     │
  258.  │ ║save *.log ALT+F10║                     │
  259.  │ ║Init         ALT+I║    DIRECTORY WINDOW │
  260.  │ ╚══════════════════╝                     │
  261.  │    System Menu                           │
  262.  │                                          │
  263.  └─────────────────────────────────────────┘
  264.    Text Pane──┘
  265.  
  266. BURY──The window is placed at the bottom of
  267. the window pile and all information that
  268. was covered by the window is exposed.
  269.  
  270. EXIT──Exits from WindE, by saving all modi-
  271. fied files, and remembering the current
  272. screen state (referred to as "desk top") in
  273. a file called winde.log.
  274.  
  275. QUIT──Exits WindE without saving any files or
  276. saving the desk top.
  277.  
  278. LOAD *.LOG──Sets up WindE's desk top per the
  279. selected log file.  If there is no selection,
  280. winde.log is used.  WindE forces log files to
  281. have the .log extension.
  282.  
  283. SAVE *.LOG──Saves WindE's desk top to the
  284. selected log file.  If there is no Selection,
  285. winde.log is used.
  286.  
  287. INIT──WindE re-initializes itself per the
  288. instructions stored in winde.ini.  If there
  289. is no winde.ini in the current directory, the
  290. environment's PATH variable is used to locate
  291. winde.ini.  If no winde.ini exists along the
  292. path, the screen is redrawn with a default
  293. set of parameters.  The winde.ini file that
  294. was included on the distribution diskette is
  295. self documenting and many of the parameters
  296. are discussed in Appendix B of the manual.
  297.  
  298.       ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  299.       ▌PRESS: ALT+B to bury this window▐
  300.       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  301.